{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-28T08:00:35",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "M1ElectricUserDevice-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "M1 Electric User Device",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#M1ElectricUserDevice",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "WithdrawnActiveEnergy",
                        "propertyDescription" : "Active energy withdrawn (in the case of three phase user device it is the sum of the phases). It can be calculated as difference between two meter readings. It corresponds to the Chain2 field with OBIS '1-0:99.1.0.255'",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilowattHour"
                    },
                    {
                        "propertyName" : "WithdrawnActiveEnergyReading",
                        "propertyDescription" : "Total active energy withdrawn from the grid (corresponding to the value provided by the meter reading at the end period timestamp). It corresponds to the Chain2 field with OBIS '1-0:1.8.0.255'",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilowattHour"
                    },
                    {
                        "propertyName" : "period",
                        "propertyDescription" : "Measurement period of the data reported in the row",
                        "subProperties" : {
                            "propertyName" : [
                                "start_ts",
                                "end_ts"
                            ]
                        }
                    },
                    {
                        "propertyName" : "start_ts",
                        "propertyDescription" : "Timestamp indicating the beginning of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "end_ts",
                        "propertyDescription" : "Timestamp indicating the end of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "period" : {
                        "start_ts" : "2000-12-31T00:00:00",
                        "end_ts" : "2000-12-31T23:59:00"
                    },
                    "property" : [
                        {
                            "name" : "WithdrawnActiveEnergy",
                            "val" : " "
                        },
                        {
                            "name" : "WithdrawnActiveEnergyReading",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}